home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / regenprops.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-07-11  |  1.5 KB  |  63 lines

  1. #if !defined(AFX_REGENPROPS_H__50A23F73_7448_11D5_82CB_00C0DF038169__INCLUDED_)
  2. #define AFX_REGENPROPS_H__50A23F73_7448_11D5_82CB_00C0DF038169__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // RegenProps.h : header file
  8. //
  9.  
  10. class CRegenWizardAppWiz;
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CRegenProps dialog
  14.  
  15. class CRegenProps : public CAppWizStepDlg
  16. {
  17. // Construction
  18. public:
  19.     CRegenProps(CRegenWizardAppWiz *pMain, CWnd* pParent = NULL);   // standard constructor
  20.  
  21. // Dialog Data
  22.     //{{AFX_DATA(CRegenProps)
  23.     enum { IDD = IDD_REGENPROPS };
  24.     CListBox    m_listAll;
  25.     CString    m_strName;
  26.     CString    m_strValue;
  27.     int        m_iPropType;
  28.     //}}AFX_DATA
  29.  
  30.     
  31.     CRegenWizardAppWiz        *m_pclsMain;
  32.     CString                    m_strPropNames[100];
  33.     CString                    m_strPropValues[100];
  34.     int                        m_PropTypes[100];
  35.  
  36.     int                        m_iPropCount;
  37.  
  38.     void                    GenSrcCode();
  39.  
  40. // Overrides
  41.     // ClassWizard generated virtual function overrides
  42.     //{{AFX_VIRTUAL(CRegenProps)
  43.     protected:
  44.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  45.     //}}AFX_VIRTUAL
  46.  
  47. // Implementation
  48. protected:
  49.  
  50.     // Generated message map functions
  51.     //{{AFX_MSG(CRegenProps)
  52.     afx_msg void OnButtonAdd();
  53.     afx_msg void OnButtonRemove();
  54.     afx_msg void OnButtonEdit();
  55.     //}}AFX_MSG
  56.     DECLARE_MESSAGE_MAP()
  57. };
  58.  
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61.  
  62. #endif // !defined(AFX_REGENPROPS_H__50A23F73_7448_11D5_82CB_00C0DF038169__INCLUDED_)
  63.